home *** CD-ROM | disk | FTP | other *** search
- head 1.10;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.10
- date 92.06.09.17.03.00; author jhh; state Exp;
- branches ;
- next 1.9;
-
- 1.9
- date 90.03.25.16.18.25; author ouster; state Exp;
- branches ;
- next 1.8;
-
- 1.8
- date 89.08.21.14.27.52; author ouster; state Exp;
- branches ;
- next 1.7;
-
- 1.7
- date 89.08.21.14.27.15; author ouster; state Exp;
- branches ;
- next 1.6;
-
- 1.6
- date 89.06.09.14.33.30; author ouster; state Exp;
- branches ;
- next 1.5;
-
- 1.5
- date 89.06.04.14.45.00; author shirriff; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 88.12.23.14.55.31; author ouster; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 88.10.03.09.20.24; author ouster; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.08.20.17.21.53; author ouster; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.07.18.13.48.57; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.10
- log
- @use non-debug versions of the libraries
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- LIBS = -lc -lmx -lsx -lcmd -ltcl5 -lX11
- LINTFLAGS = -S -u -lsx -lmx
-
- #include <$(SYSMAKEFILE)>
-
- #
- # Add more install stuff in order to create a "mxsync" synonym for
- # mx using a symbolic link.
- #
-
- SYNONYMS = $(INSTALLDIR).$(TM)/mxsync
- install :: $(SYNONYMS)
- $(SYNONYMS) :
- ln -s $(NAME) $(.TARGET)
- @
-
-
- 1.9
- log
- @Added target for mxsync.
- @
- text
- @d8 1
- a8 1
- LIBS = -lc -lmx_g -lsx_g -lcmd -ltcl_g -lX11
- @
-
-
- 1.8
- log
- @Don't debug C library.
- @
- text
- @d12 10
- @
-
-
- 1.7
- log
- @More debuggable libraries.
- @
- text
- @d8 1
- a8 1
- LIBS = -lc_g -lmx_g -lsx_g -lcmd -ltcl_g -lX11
- @
-
-
- 1.6
- log
- @MXLIBDIR no longer needed.
- @
- text
- @d8 1
- a8 1
- LIBS = -lmx_g -lsx_g -lcmd -ltcl -lX11
- @
-
-
- 1.5
- log
- @fixed spelling error
- @
- text
- @a8 1
- CFLAGS += -DMXLIBDIR=\"/sprite/lib/mx\"
- @
-
-
- 1.4
- log
- @Change to use /sprite/lib/mx as the library directory.
- @
- text
- @d4 1
- a4 1
- # variable SYSMAKEFILE is provdied by Makefile; it's a system Makefile
- @
-
-
- 1.3
- log
- @Added "cmd" library.
- @
- text
- @d9 1
- a9 1
- CFLAGS += -DHELPDIR=\"/sprite/src/lib/mx\"
- @
-
-
- 1.2
- log
- @Use debuggable Sx and Mx libraries.
- @
- text
- @d8 1
- a8 1
- LIBS = -lmx_g -lsx_g -ltcl -lX11
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d8 1
- a8 1
- LIBS = /sprite/src/lib/mx/$(TM).md/libmx.a -lsx -ltcl -lX11
- d10 1
- @
-